CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/operationsHub-settings (Post)
Post/projects/{projectId}/operationsHub-settings
Description
Add or individually modify parameters related to Operations Hub
Parameters
NameDescriptionData Type
the id of the projectstring
Request (application/json)

The request body is of type object.

Overview

UserName : string
Password : string (password)
HostName : string
Port : integer
Certificate : string (byte)
CertificateValidation : boolean
Dynamic : boolean
200 Response

The response body is of type ProblemDetails.

At least one parameter was added or modified, but at least one failed.

Overview

ProblemDetails
Response data when a request fails
type : string
title : string
status : integer
detail : string
instance : string
204 Response

Parameters added or modified successfully.
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
General error
This fault returns a response body of type .
Authorization header is missing or bad.
This fault returns a response body of type .
User account used to attempt this operation doesn't have sufficient privilege.
See Also